macOS のクリーンセットアップ 2022-09
アプリケーションたち
設定を同期
拡張機能
ソフトウェア開発
code:sh
% git -v
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
code:sh
% brew install starship hub hugo keychain nkf tig tmux tree imagemagick wget jq peco ghq git git-lfs zsh zsh-completions rbenv ruby-build lv
code:sh
% brew install gnupg pinentry-mac
% gpg --import ~/path/to/secret.asc
システム環境設定
キーボード
Dockとメニューバー
Dock
デフォルトで並んでいるアプリケーションはぜんぶ Dock から削除する
メニューバー
時計
曜日を表示、デジタル、24 時間表示、コロンを点滅させる、秒を表示
https://gyazo.com/0c1801e6fe50ddd3ce0f2f98e8de67c6
https://gyazo.com/46461d298a73efb54325cd476457b267
https://gyazo.com/044ab18e0a97fd4a081de710d0100313
その他
code:sh
defaults write com.apple.screencapture disable-shadow -boolean true
killall SystemUIServer
defaults delete com.apple.screencapture disable-shadow
killall SystemUIServer